From 7498e24318e71c54d97321bdce083550c1b43cf1 Mon Sep 17 00:00:00 2001 From: Agustin Martin Date: Fri, 19 Dec 2008 11:45:24 +0000 Subject: [PATCH] Fix missing entry for hunspell first cut (ispell-really-hunspell): new variable to signal hunspell (ispell-check-version): Check if hunspell and set ispell-really-hunspell if needed (ispell-send-string), (ispell-start-process), (flyspell-large-region): Pass right options for hunspell if needed --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb6b86a84df..385ecb99fd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,15 @@ (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable. +2008-12-18 Agustin Martin + + (ispell-really-hunspell): new variable to signal hunspell + (ispell-check-version): + Check if hunspell and set ispell-really-hunspell if needed + (ispell-send-string), (ispell-start-process), + (flyspell-large-region): + Pass right options for hunspell if needed + 2008-12-18 Kenichi Handa * international/fontset.el (script-representative-chars): Add more -- 2.30.2